DX11 SET RASTERIZER STATE ALPHA LINE ANTIALIASING ENABLED

Sets whether to use alpha line or quadrilateral anti-aliasing.
Note that this is only relevant when drawing to render targets that support anti-aliasing.

  Syntax
DX11 SET RASTERIZER STATE ALPHA LINE ANTIALIASING ENABLED rasterState, useAlphaLineAA
  Parameters
rasterState
Dword
The rasterizer state to set the anti-aliasing mode of.
useAlphaLineAA
Boolean
Set to true to use alpha line anti-aliasing, or false to use the standard quadrilateral anti-aliasing algorithm.

  Returns

This function does not return a value.

  See also

RASTERIZERSTATE Functions Menu
DX11 Function Categories